Office::Font Class
/documentation/pages/Ref/Api/Namespace/Office/Font/index.xml

The Office::Font class contains properties for defining Fonts for formatting text in Excel spreadsheets.

Office::Format Class
/documentation/pages/Ref/Api/Namespace/Office/Format/index.xml

The Office::Format class contains properties for formatting cells in Excel spreadsheets.

Office Namespace
/documentation/pages/Ref/Api/Namespace/Office/index.xml
Classes to read and write Excel documents and example Pages.
VisualStyle::Font Class
/documentation/pages/Ref/Api/Namespace/VisualStyle/Font/index.xml
Properties and methods in the Font Class.
Office::ExcelDocument Class
/documentation/pages/Ref/Api/Namespace/Office/ExcelDocument/index.xml

The Office::ExcelDocument class is the parent class for creation and editing of Excel 2007 (.xlsx) documents.

AlphaCloud::API Class
/documentation/pages/Ref/Api/Namespace/AlphaCloud/API/index.xml
Used to register the provisioning API for Alpha Cloud.
Office::Excel2003Document Class
/documentation/pages/Ref/Api/Namespace/Office/Excel2003Document/index.xml

The Office::Excel2003Document class is the parent class for creation and editing of Excel 2003 (.xls) documents.

Office::Spreadsheet Class
/documentation/pages/Ref/Api/Namespace/Office/Spreadsheet/index.xml

The Office::Spreadsheet class creates and edits Excel spreadsheets. The spreadsheets can be attached to Office::ExcelDocument or Office::Excel2003Document instances.

Office::Excel2003Document AddFont Method
/documentation/pages/Ref/Api/Namespace/Office/Excel2003Document/AddFont Method.xml
Create a new font and add it to the document. You can pass an existing font to copy its values into the new one.
Office::Excel2003Document GetFont Method
/documentation/pages/Ref/Api/Namespace/Office/Excel2003Document/GetFont Method.xml
Get the font indexed by Index. Index must be a value between 1 and the number of fonts returned by the FontCount property.